home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Gfx / conv / GIFsplit.readme.txt < prev    next >
Text File  |  2004-01-31  |  2KB  |  52 lines

  1. Short:    Splits GIF animations into individual GIF frames.
  2. Author:   lombi@iprimus.com.au (Lorence Lombardo)
  3. Uploader: lombi@iprimus.com.au (Lorence Lombardo)
  4. Type:     gfx/conv
  5.  
  6.  
  7. GIFsplit (Blitz) v1.0b GNU  Copyright (C) 2003-2004  Lorence Lombardo.
  8.  
  9. What the #@$% is GIFsplit ?
  10.  
  11. GIFsplit splits GIF animations into individual GIF frames. 
  12.  
  13.  Usage:- GifSplit infile outfile [V=VERBOSE] [D#=DIGIT#]
  14.          eg. GifSplit GifAnim.GIF Pic. D6
  15.  
  16. Setting the digit format to 0 (D0) will disable digit formating.
  17. Use double quotes ("") for the outfile name if you only want frame
  18. numbers for the file names.
  19.  
  20. Beta Tester:-
  21. Mick
  22.  
  23.  
  24. ; This program is Free software; you can redistribute it and/or modify
  25. ; it under the terms of the GNU General Public License as published by
  26. ; the Free Software Foundation; either version 2 of the License, or
  27. ; (at your option) any later version.
  28.  
  29. ; This program is distributed in the hope that it will be useful,
  30. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. ; MERCHANTABILITY OR FITNESS For A PARTICULAR PURPOSE.  See the
  32. ; GNU General Public License For more details.
  33.  
  34. ; You should have received a copy of the GNU General Public License
  35. ; along with this program; if not, write to the Free Software
  36. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  37.  
  38.  
  39. ; GifSplit (Blitz) was based on GifSplit.rexx by Bryan K. Williams
  40. ; which has been translated, optimized and re-written.
  41.  
  42. ; GIFsplit does not use any LZW patented algorithm.
  43.  
  44.  
  45. See http://CW.EvilGeniuses.org for related interest.
  46.  
  47.  
  48. Feeling bored ?  :)
  49. Why not check out this URL ?
  50.  
  51. http://home.iprimus.com.au/lombi/1/homepage.htm
  52.